[INFO] cloning repository https://github.com/kirinokirino/animation_example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kirinokirino/animation_example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirinokirino%2Fanimation_example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirinokirino%2Fanimation_example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b13204aa04e944083d85df3f1e7f5e909398b1cb
[INFO] checking kirinokirino/animation_example against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirinokirino%2Fanimation_example" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kirinokirino/animation_example
[INFO] finished tweaking git repo https://github.com/kirinokirino/animation_example
[INFO] tweaked toml for git repo https://github.com/kirinokirino/animation_example written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kirinokirino/animation_example on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kirinokirino/animation_example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.strum.featuers
[INFO] [stderr] warning: `app_template` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ae9f78021563c94096dc1bdf9fa259fd1567bc1dfb4a39b807035f443aca07c3
[INFO] running `Command { std: "docker" "start" "ae9f78021563c94096dc1bdf9fa259fd1567bc1dfb4a39b807035f443aca07c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ae9f78021563c94096dc1bdf9fa259fd1567bc1dfb4a39b807035f443aca07c3" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae9f78021563c94096dc1bdf9fa259fd1567bc1dfb4a39b807035f443aca07c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ae9f78021563c94096dc1bdf9fa259fd1567bc1dfb4a39b807035f443aca07c3" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.strum.featuers
[INFO] [stderr] warning: `app_template` (manifest) generated 1 warning
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling rustix v0.38.39
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling wayland-sys v0.31.5
[INFO] [stderr]    Compiling libc v0.2.162
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling cc v1.1.36
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]    Compiling wayland-client v0.31.7
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]    Compiling xml-rs v0.8.23
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling thiserror v1.0.68
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking slab v0.4.9
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.1
[INFO] [stderr]    Compiling winit v0.29.15
[INFO] [stderr]    Compiling glutin v0.31.3
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking bytemuck v1.19.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking fdeflate v0.3.6
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling glutin-winit v0.4.2
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking glam v0.29.2
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.5
[INFO] [stderr]     Checking glow v0.7.2
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking png v0.17.14
[INFO] [stderr]    Compiling glutin_egl_sys v0.6.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.5.0
[INFO] [stderr]     Checking configparser v3.1.0
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling wayland-backend v0.3.7
[INFO] [stderr]     Checking image v0.25.5
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.68
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking glam_rect v0.1.0 (https://github.com/kirinokirino/glam_rect.git#94c7e419)
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.31.2
[INFO] [stderr]     Checking calloop-wayland-source v0.2.0
[INFO] [stderr]     Checking wayland-cursor v0.31.7
[INFO] [stderr]     Checking wayland-protocols-wlr v0.2.0
[INFO] [stderr]     Checking wayland-protocols-plasma v0.2.0
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking speedy2d v2.1.0 (https://github.com/kirinokirino/speedy2d#e592b1fd)
[INFO] [stderr]     Checking app_template v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `config`, `images`, and `spritesheets` are never read
[INFO] [stdout]   --> src/game.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Game {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 15 |     config: Config,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 16 |     images: Vec<ImageHandle>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 17 |     spritesheets: Vec<Spritesheet>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_state` is never read
[INFO] [stdout]   --> src/robot.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct Robot {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 42 |     last_state: RobotState,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `config`, `images`, and `spritesheets` are never read
[INFO] [stdout]   --> src/game.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Game {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 15 |     config: Config,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 16 |     images: Vec<ImageHandle>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 17 |     spritesheets: Vec<Spritesheet>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_state` is never read
[INFO] [stdout]   --> src/robot.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct Robot {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 42 |     last_state: RobotState,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.22s
[INFO] running `Command { std: "docker" "inspect" "ae9f78021563c94096dc1bdf9fa259fd1567bc1dfb4a39b807035f443aca07c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae9f78021563c94096dc1bdf9fa259fd1567bc1dfb4a39b807035f443aca07c3", kill_on_drop: false }`
[INFO] [stdout] ae9f78021563c94096dc1bdf9fa259fd1567bc1dfb4a39b807035f443aca07c3
